home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 712 / tcli / readme.doc < prev    next >
Encoding:
Text File  |  1993-06-16  |  4.3 KB  |  108 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                        TCLI: The TOS Command Line Interpreter
  8.  
  9.                        Copyright (C) 1990-1993 By Robert Berry
  10.  
  11.  
  12.           SUMMARY
  13.           -------
  14.  
  15.           The TOS Command Line Interpreter is a program that simulates the
  16.           MS-DOS command line shell.  It enables the user to manipulate
  17.           files much more efficiently than the desktop, and it provides
  18.           several functions that the desktop doesn't directly support.
  19.  
  20.  
  21.           FILES
  22.           -----
  23.  
  24.           The files within TCLI are contained in the self-extracting
  25.           archive TCLI.TOS.  The files that comprise this distribution are
  26.           as follows:
  27.  
  28.              README.DOC   - This README file.
  29.              TCLI.DOC     - The documentation for TCLI.
  30.              COMMAND.PRG  - The TCLI program.
  31.              TCLIHELP.DAT - The data file for TCLI's built-in help system.
  32.              VDISK.TTP    - A RAMdisk program.
  33.  
  34.  
  35.           You may want to print this file and the TCLI.DOC file out.  To do
  36.           this, run TCLI, and enter "PRINT TCLI.DOC" at the prompt (the
  37.           TCLI.DOC file must be in the current directory).  Make sure your
  38.           printer's print head is positioned over a perforation before you
  39.           do this.
  40.  
  41.  
  42.           POLICIES
  43.           --------
  44.  
  45.           TCLI is Shareware, which means that, if you like the program and
  46.           use it, you should register your copy.  This program may not be
  47.           redistributed in any form; the original TCLI.TOS file is the only
  48.           file that may be distributed.
  49.  
  50.           As a bonus for those who do register, I will provide the complete
  51.           Personal Pascal source code for the project, as well as the Help
  52.           Compiler and the original ST-Writer help text file.
  53.  
  54.           Please note that the source code is for use ONLY by registered
  55.           users, and that any modified programs MAY NOT be redistributed.
  56.           It is for YOUR use only, so that you can customize the program
  57.           and add any new commands that you'd like to add.  However, if you
  58.           happen to find a routine in the program that you'd like to use in
  59.           one of your own programs, you are permitted to use the routine,
  60.           as long as the program bears no resemblance in functionality to
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.           TCLI, and it is stated in the program's documentation that the
  72.           routine was borrowed from TCLI Ver. 1.0.
  73.  
  74.           The Help Compiler will take the help text file and convert it
  75.           into a format usable by the TCLI program.  This will allow you to
  76.           edit the help system to customize it to your system.  For
  77.           example, you can add reference information for any programs you
  78.           use, by simply adding the information to the help text file,
  79.           compiling it with the Help Compiler, and re-running TCLI.  After
  80.           that, you would simply enter HELP program to view the reference
  81.           information for your program.
  82.  
  83.           The help file for TCLI can grow as large as necessary, depending
  84.           on the amount of free RAM you have, up to 2MB.  So, you could
  85.           store as much reference material as you can think of within the
  86.           help file.
  87.  
  88.           Programmers might like to try this: Enter descriptions of the
  89.           library functions you use, keyed by function name.  Enter a
  90.           master list of functions (perhaps under the keyword "functions"),
  91.           which contains names of all of the functions in the library.
  92.           Then, to display the names of all functions in the library, enter
  93.           "HELP FUNCTIONS" at the prompt.  To get information on a
  94.           particular function, enter "HELP function" at the prompt.
  95.           Instant online reference material!
  96.  
  97.           If you would like to register for TCLI and receive the source
  98.           code, Help Compiler, and ST-Writer help text file, please send a
  99.           check or money order for $20, made payable to Robert Berry, to
  100.           the following address:
  101.  
  102.                7421 51st Ave. So.
  103.                Tampa, FL 33619
  104.  
  105.           You will then receive a disk containing all of the material
  106.           described above, as well as documentation for the Help Compiler
  107.           and the help text file's format.
  108.